home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 197
- Top = 92
- Width = 552
- Height = 447
- Caption = 'Marker Demo Program'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = mnuMain
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 16
- object mnuMain: TMainMenu
- Left = 7
- Top = 28
- object mnuIssue: TMenuItem
- Caption = '&Issue'
- ShortCut = 0
- OnClick = mnuIssueClick
- end
- object mnuPayment: TMenuItem
- Caption = '&Payment'
- ShortCut = 0
- OnClick = mnuPaymentClick
- end
- object mnuExit: TMenuItem
- Caption = 'E&xit'
- ShortCut = 0
- OnClick = mnuExitClick
- end
- end
- end
-